home *** CD-ROM | disk | FTP | other *** search
/ ADA Programming Guide / ADA Programming Guide.iso / ada_gwu / intbp.h < prev    next >
Text File  |  1996-01-30  |  608b  |  24 lines

  1. /*
  2.  * Copyright (C) 1985-1992  New York University
  3.  * 
  4.  * This file is part of the Ada/Ed-C system.  See the Ada/Ed README file for
  5.  * warranty (none) and distribution info and also the GNU General Public
  6.  * License for more details.
  7.  
  8.  */
  9.  
  10. void main_attr(int, int);
  11. void convert(int, int);
  12. void type_elaborate(int, int, int);
  13. void subprogram(int, int);
  14. int compute_offset(int, int, int, int, int *, int *);
  15. void raise(int, char *);
  16. void create_structure();
  17. void create_copy_struc();
  18. void compare_struc();
  19. void compare_arrays();
  20. void array_slice();
  21. void array_catenate();
  22. void subscript();
  23. void array_move();
  24.